home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Fly Paper / FlyPaper Source / App Sources / MagicWindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  138 b   |  11 lines  |  [TEXT/CWIE]

  1. #ifndef MAGICWINDOW_H
  2. #define MAGICWINDOW_H
  3.  
  4. #ifndef __WINDOWS__
  5. #include <Windows.h>
  6. #endif
  7.  
  8. WindowPtr    CreateMagicWindow (void);
  9.  
  10. #endif
  11.